var net/http.uniqNameMu

3 uses

	net/http (current package)
		server.go#L3984: 	uniqNameMu   sync.Mutex
		server.go#L3989: 	uniqNameMu.Lock()
		server.go#L3990: 	defer uniqNameMu.Unlock()